home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 18 / Developer Source Volume 18 (I-MODE Publications, Inc.)(2000).iso / visua / nov97 / masof111.gif < prev    next >
Graphics Interchange Format  |  1998-06-08  |  20KB  |  501x179  |  4-bit (16 colors)
Labels: text | screenshot | font | number | line
OCR: Token Type Constant Description TT_NUMBER Indicates a number token was read. The nval member of the Stream Tokenizer holds the value of the token. TT WORD Indicates a string token was read. The sval member of the StreamTokenizer holds the string value of the token: TT EOL Indicates an end of the line was reached, TT EOF Indicates the end of the input file was reached. <value> Any other value returned is the actual ASCII value of an ordinary character. An ordinary character has no significance as part of a word or a number. Figure 11: The Stream Tokenizer public constants.